home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS02.ADF
/
Make
/
Make.doc
< prev
next >
Wrap
Internet Message Format
|
1989-05-30
|
854b
From aaz@pucc-j (Marc Mengel) Thu Dec 5 22:50:30 1985
Path: gumby!uwvax!seismo!lll-crg!qantel!ihnp4!inuxc!pur-ee!pucc-j!aaz
Subject: "make" for the Amiga
Date: 6 Dec 85 04:50:30 GMT
Organization: The Hacker's Liberation Front
Here is a (painfully) simple version of make (everyones favorite
unix utility) I hacked together for the Amiga. It only does
explicit rules, and doesn't quite figure out when it doesn't know
how to make something... but It does work. I may give it some
useful options (like make -t) in the future, but right now it
only knows -f (for a makefile other than Makefile) and -d (which
prints hoards of debug info). Included here is a sample makefile
that can be used to compile/maintain/alter it. (You will need
to change the specification of where the include librarys are...)